| class AudioClip3DWrapper for Cavern's audio content format to match Unity's AudioClip signature.| Visibility | Public | | Modifiers | sealed | | Extends | Clip |
Public functionsPublic static functionsPublic properties| bool ambisonic | Returns true if this clip is ambisonic. Cavern is always ambisonic. | | int channels | Channel count for the clip. | | int frequency | Sampling rate of the clip. | | float length | The length of the clip in seconds. | | int samples | The length of the clip in samples, for a single channel. |
|